@font-face {
  font-family: sourcet-heavy;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Heavy__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132694&Signature=F1YcU4mYZ9xSSv2vTS2P0f17OqI%3D") format("opentype");
}
@font-face {
  font-family: sourcet-bold;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Bold__20230715171794.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=FsDtyRk1UicI3rMq/PPnSWdWvLc%3D") format("opentype");
}
@font-face {
  font-family: sourcet-medium;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Medium__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132694&Signature=jrEdnHZPcRjMYHZJ5f58sCZF8ao%3D") format("opentype");
}
@font-face {
  font-family: sourcet-regular;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Regular__20230715171789.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132693&Signature=yE8F8HUo0hTw63t1Fn9IVQyxmXQ%3D") format("opentype");
}
@font-face {
  font-family: sourcet-normal;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Normal__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=BZLnOsZX3oUq6MBbiwrJJLanbRw%3D") format("opentype");
}
@font-face {
  font-family: SourceHanSansCN;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Normal__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=BZLnOsZX3oUq6MBbiwrJJLanbRw%3D") format("opentype");
}
@font-face {
  font-family: sourcet-extraLight;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-ExtraLight__20230715171794.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=J/gA2sDXskZ5UAlMsd1o/xvf28A%3D") format("opentype");
}
@font-face {
  font-family: sourcet-light;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Light__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132693&Signature=Oh8sB2IQKu9IAUFX7CWaBfBDMRw%3D") format("opentype");
}
@font-face {
  font-family: 'custom-arrow';
  src: url("/assets/home/font/custom-arrow/custom-arrow.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .pc-nav-wrap {
    display: none;
  }
  .h5-nav-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0.1rem /* 35/100 */;
    box-sizing: border-box;
    background-color: rgba(10,10,10,0.9);
    position: relative;
  }
  .h5-nav-wrap .logo-box {
    height: 0.44rem /* 30/100 */ /* 44/100 */;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .h5-nav-wrap .logo-box .nav-logo-img {
    height: 0.15rem /* 50/100 */;
  }
  .h5-nav-wrap .logo-box .nav-logo-img.white-logo {
    display: inline;
  }
  .h5-nav-wrap .logo-box .nav-logo-img.color-logo {
    display: none;
  }
  .h5-nav-wrap .logo-box .menu-more {
    display: inline;
    width: 0.3rem;
    height: 0.3rem;
    padding-right: 0.1rem;
  }
  .h5-nav-wrap .logo-box .menu-close {
    height: 0.22rem;
    display: none;
  }
  .h5-nav-wrap .logo-box .lang-btn {
    font-size: 0.16rem /* 16/100 */;
    color: #fff;
    width: 0.4rem;
    text-align: right;
  }
  .h5-nav-wrap .menu-box {
    width: 100vw;
    display: none;
    transition: all 0.3s ease;
    position: absolute;
    top: 0.44rem;
    z-index: 1000;
    background-color: #fff;
    padding: 0.1rem;
    box-sizing: border-box;
    height: calc(100vh - 0.44rem);
  }
  .h5-nav-wrap .menu-box .menu-inner {
    width: 100%;
  }
  .h5-nav-wrap .menu-inner .item {
    width: 100%;
    height: 0.44rem /* 30/100 */ /* 40/100 */;
    border-bottom: 0.01rem /* 1/100 */ solid #eee;
  }
  .h5-nav-wrap .menu-inner .item .name {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .h5-nav-wrap .menu-inner .item .name-txt {
    font-size: 0.16rem /* 16/100 */;
    color: #fff;
    width: 100%;
    text-decoration: none;
  }
  .h5-nav-wrap .menu-inner .item .name-txt:hover {
    color: #f27921 !important;
  }
  .h5-nav-wrap .menu-inner .item.multiple {
    height: auto;
  }
  .h5-nav-wrap .menu-inner .item.multiple .name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 0.44rem /* 30/100 */;
  }
  .h5-nav-wrap .menu-inner .item.multiple .name .arrow {
    font-size: 0.18rem /* 18/100 */;
  }
  .h5-nav-wrap .menu-inner .item.multiple .sub-menu {
    width: 150%;
    background-color: #fff;
    display: none;
    transition: all 0.3s ease;
  }
  .h5-nav-wrap .menu-inner .item.multiple .sub-menu .sub-item {
    height: 0.44rem /* 30/100 */;
    width: 100%;
    font-size: 0.16rem /* 16/100 */;
    color: #333;
    padding: 0 0.2rem /* 20/100 */;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 0.01rem /* 1/100 */ solid #eee;
  }
  .h5-nav-wrap .menu-inner .item.multiple .sub-menu .sub-item:last-child {
    border-bottom: none;
  }
  .h5-nav-wrap .menu-inner .item.multiple .sub-menu .sub-item:first-child {
    margin-top: 0;
  }
  .h5-nav-wrap.actived {
    background-color: #fff;
  }
  .h5-nav-wrap.actived .menu-box {
    display: flex;
    border-top: 1px solid #eee;
  }
  .h5-nav-wrap.actived .menu-box .item .name-txt {
    color: #333;
  }
  .h5-nav-wrap.actived .nav-logo-img.white-logo {
    display: none;
  }
  .h5-nav-wrap.actived .nav-logo-img.color-logo {
    display: inline;
  }
  .h5-nav-wrap.actived .menu-more {
    display: none;
  }
  .h5-nav-wrap.actived .menu-close {
    display: inline;
  }
  .h5-nav-wrap.actived .lang-btn {
    color: #333;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    width: 100vw;
    background-color: #202020;
  }
  .footer .row0 {
    padding-top: 0.2rem;
  }
  .footer .row0 .corp-name {
    text-align: center;
    font-size: 0.18rem /* 26/100 */;
    color: #fff;
  }
  .footer .row1 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.1rem /* 30/100 */;
    padding-bottom: 0;
  }
  .footer .row1 .col {
    width: 100%;
    padding-bottom: 0.2rem /* 10/100 */;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .row1 .col .lb {
    width: 100%;
    text-align: center;
    font-size: 0.18rem /* 26/100 */;
    color: #f0f0f0;
  }
  .footer .row1 .col .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.05rem /* 10/100 */;
    width: 90%;
    text-align: center;
  }
  .footer .row1 .col .item a {
    text-decoration: none;
    font-family: sourcet-light;
    font-size: 0.14rem;
    color: #f0f0f0;
    opacity: 0.9;
    cursor: pointer;
  }
  .footer .row1 .col .item .txt {
    font-family: sourcet-light;
    font-size: 0.14rem;
    color: #f0f0f0;
    opacity: 0.9;
  }
  .footer .row1 .col .item.qrcode {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .row1 .col .item.qrcode .img {
    width: 1.4rem;
    height: 1.4rem;
  }
  .footer .row1 .col:nth-child(1) {
    order: 1;
    display: none;
  }
  .footer .row1 .col:nth-child(2) {
    order: 3;
    display: none;
  }
  .footer .row1 .col:nth-child(3) {
    order: 5;
  }
  .footer .row1 .col:nth-child(4) {
    order: 2;
    display: none;
  }
  .footer .row1 .col:nth-child(5) {
    order: 4;
    display: none;
  }
  .footer .row2 {
    padding: 0.2rem /* 20/100 */;
    margin-top: 0.1rem /* 30/100 */;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .row2 .copyright {
    font-size: 0.12rem /* 16/100 */;
    color: #fff;
    text-align: center;
    opacity: 0.9;
  }
  .footer .row2 .copyright .t1 {
    font-size: 0.12rem;
  }
  .footer .row2 .copyright .t2 {
    font-size: 0.12rem;
  }
  .footer .row2 .beian-a {
    margin-top: 0.1rem /* 10/100 */;
    text-decoration: none;
    font-size: 0.12rem /* 16/100 */;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
  }
  .footer.en .row1 .item.qrcode .qr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer.en .row1 .item.qrcode .qr .img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.05rem;
  }
  .footer.en .row1 .item.qrcode .qr .txt {
    font-family: sourcet-light;
    font-size: 0.12rem;
    color: #f0f0f0;
    opacity: 0.9;
  }
  .gotop-bar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  html,
  body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  * {
    font-size: 0.16rem /* 16/100 */;
    font-family: sourcet-normal;
  }
  .page-container {
    min-height: 100vh;
    width: 100vw;
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
  }
  .page-container .section-wrap {
    width: 100%;
    overflow-x: hidden;
  }
  .section-label {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0.1rem 0.1rem;
    box-sizing: border-box;
  }
  .section-label .t1 {
    font-size: 0.2rem;
    color: 333333;
  }
  .section-label .t2 {
    font-size: 0.14rem /* 16/100 */;
    color: #888;
  }
  .section-label .t3 {
    font-size: 0.18rem /* 16/100 */;
    color: #444;
  }
}
@font-face {
  font-family: sourcet-heavy;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Heavy__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132694&Signature=F1YcU4mYZ9xSSv2vTS2P0f17OqI%3D") format("opentype");
}
@font-face {
  font-family: sourcet-bold;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Bold__20230715171794.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=FsDtyRk1UicI3rMq/PPnSWdWvLc%3D") format("opentype");
}
@font-face {
  font-family: sourcet-medium;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Medium__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132694&Signature=jrEdnHZPcRjMYHZJ5f58sCZF8ao%3D") format("opentype");
}
@font-face {
  font-family: sourcet-regular;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Regular__20230715171789.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132693&Signature=yE8F8HUo0hTw63t1Fn9IVQyxmXQ%3D") format("opentype");
}
@font-face {
  font-family: sourcet-normal;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Normal__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=BZLnOsZX3oUq6MBbiwrJJLanbRw%3D") format("opentype");
}
@font-face {
  font-family: SourceHanSansCN;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Normal__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=BZLnOsZX3oUq6MBbiwrJJLanbRw%3D") format("opentype");
}
@font-face {
  font-family: sourcet-extraLight;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-ExtraLight__20230715171794.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132692&Signature=J/gA2sDXskZ5UAlMsd1o/xvf28A%3D") format("opentype");
}
@font-face {
  font-family: sourcet-light;
  src: url("https://obs.vidoar.com/files/SourceHanSansCN-Light__20230715171793.otf?AccessKeyId=CISGZEOLYB7AWRU4YN3K&Expires=2320132693&Signature=Oh8sB2IQKu9IAUFX7CWaBfBDMRw%3D") format("opentype");
}
@font-face {
  font-family: 'custom-arrow';
  src: url("/assets/home/font/custom-arrow/custom-arrow.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .h5-nav-wrap {
    display: none;
  }
  .pc-nav-wrap {
    width: 100%;
    height: 0.65rem /* 65/100 */;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.35rem /* 35/100 */;
    box-sizing: border-box;
  }
  .pc-nav-wrap .logo-box {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pc-nav-wrap .logo-box .nav-logo-img {
    cursor: pointer;
    height: 0.28rem /* 32/100 */;
  }
  .pc-nav-wrap .logo-box .nav-logo-img.white-logo {
    display: inline;
  }
  .pc-nav-wrap .logo-box .nav-logo-img.color-logo {
    display: none;
  }
  .pc-nav-wrap .menu-box {
    width: calc(100% - 2.02rem /* 202/100 */);
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .pc-nav-wrap .menu-box .menu-inner {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pc-nav-wrap .menu-box .menu-inner .item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0.2rem /* 20/100 */;
    position: relative;
    cursor: pointer;
  }
  .pc-nav-wrap .menu-box .menu-inner .item .name-txt {
    font-size: 0.16rem /* 16/100 */;
    color: #fff;
    text-decoration: none;
  }
  .pc-nav-wrap .menu-box .menu-inner .item .name-txt:hover {
    color: #f27921 !important;
  }
  .pc-nav-wrap .menu-box .menu-inner .item.multiple .name {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pc-nav-wrap .menu-box .menu-inner .item.multiple .name .arrow {
    margin-left: 0.05rem /* 5/100 */;
    font-size: 0.18rem /* 18/100 */;
  }
  .pc-nav-wrap .menu-box .menu-inner .item.multiple .sub-menu {
    width: 150%;
    position: absolute;
    top: 0.6rem /* 60/100 */;
    left: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    padding: 0.2rem /* 20/100 */ 0;
    display: none;
    box-shadow: 2px 2px 2px #f1f1f1, -2px 2px 2px #f1f1f1;
  }
  .pc-nav-wrap .menu-box .menu-inner .item.multiple .sub-menu .sub-item {
    width: 100%;
    margin-top: 0.2rem /* 20/100 */;
    font-size: 0.16rem /* 16/100 */;
    color: #333;
    padding: 0 0.2rem /* 20/100 */;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
  }
  .pc-nav-wrap .menu-box .menu-inner .item.multiple .sub-menu .sub-item:first-child {
    margin-top: 0;
  }
  .pc-nav-wrap .menu-box .menu-inner .item.multiple.actived .sub-menu {
    display: flex;
  }
  .pc-nav-wrap.actived .menu-box .item .name-txt {
    color: #333;
  }
  .pc-nav-wrap.actived .nav-logo-img.white-logo {
    display: none;
  }
  .pc-nav-wrap.actived .nav-logo-img.color-logo {
    display: inline;
  }
  .pc-nav-wrap .lang-name {
    width: 1rem /* 100/100 */;
  }
  .pc-nav-wrap.mode-transparent {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .pc-nav-wrap.mode-transparent.actived {
    background-color: #fff;
  }
  .pc-nav-wrap.mode-normal {
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  .pc-nav-wrap.mode-normal .menu-box .item .name-txt {
    color: #333;
  }
  .pc-nav-wrap.mode-normal .nav-logo-img.white-logo {
    display: none;
  }
  .pc-nav-wrap.mode-normal .nav-logo-img.color-logo {
    display: inline;
  }
  .pc-nav-wrap.mode-dark_through {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .pc-nav-wrap.mode-dark_through.actived {
    background-color: #fff;
  }
  .pc-nav-wrap.mode-dark_through .nav-logo-img {
    cursor: pointer;
    height: 0.28rem /* 32/100 */;
  }
  .pc-nav-wrap.mode-dark_through .nav-logo-img.white-logo {
    display: none;
  }
  .pc-nav-wrap.mode-dark_through .nav-logo-img.color-logo {
    display: inline;
  }
  .pc-nav-wrap.mode-dark_through .menu-box .item .name-txt {
    color: #333;
  }
  .pc-nav-wrap.mode-dark_through .nav-logo-img.white-logo {
    display: none;
  }
  .pc-nav-wrap.mode-dark_through .nav-logo-img.color-logo {
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    width: 100%;
    background-color: #202020;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .row0 {
    width: 100%;
    margin-top: 54.6875px;
    padding: 0 10.208333333333332vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .footer .row0 .corp-name {
    font-size: 24.0625px;
    font-weight: 500;
    color: #f0f0f0;
    line-height: 32.8125px;
  }
  .footer .row1 {
    width: 100%;
    padding: 0 10.208333333333332vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 21.875px /* 100/100 */;
    flex-wrap: wrap;
  }
  .footer .row1 .col {
    width: 30%;
    margin-right: 3.3%;
    margin-bottom: 36.45833333333333px;
  }
  .footer .row1 .col .lb {
    width: 100%;
    text-align: left;
    font-size: 21.145833333333332px /* 26/100 */;
    color: #f0f0f0;
  }
  .footer .row1 .col .lb2 {
    margin-top: 27px;
  }
  .footer .row1 .col .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 7.291666666666666px;
  }
  .footer .row1 .col .item a {
    text-decoration: none;
    font-family: sourcet-light;
    font-size: 18.229166666666664px;
    color: #f0f0f0;
    opacity: 0.9;
    cursor: pointer;
    line-height: 27px;
  }
  .footer .row1 .col .item .txt {
    font-family: sourcet-light;
    font-size: 18.229166666666664px;
    color: #f0f0f0;
    opacity: 0.9;
    line-height: 27px;
  }
  .footer .row1 .col .item.qrcode {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
  }
  .footer .row1 .col .item.qrcode .img {
    width: 102px;
    height: 102px;
    margin-top: 5px;
  }
  .footer .row2 {
    margin-top: 72.91666666666666px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 14.583333333333332px;
  }
  .footer .row2 .copyright {
    font-size: 26.25px;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer .row2 .copyright .t1 {
    font-family: sourcet-light;
    font-size: 18.229166666666664px;
    color: #f0f0f0;
    opacity: 0.9;
    cursor: pointer;
  }
  .footer .row2 .copyright .t2 {
    margin-left: 7.291666666666666px;
    font-family: sourcet-light;
    font-size: 18.229166666666664px;
    color: #f0f0f0;
    opacity: 0.9;
    cursor: pointer;
  }
  .footer .row2 .beian-a {
    margin-top: 7.291666666666666px;
    text-decoration: none;
    font-family: sourcet-light;
    font-size: 18.229166666666664px;
    color: #f0f0f0;
    opacity: 0.9;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer.en .row1 .item.qrcode {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .footer.en .row1 .item.qrcode .qr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 80px;
  }
  .footer.en .row1 .item.qrcode .qr .img {
    width: 102px;
    height: 102px;
    margin-top: 5px;
  }
  .footer.en .row1 .item.qrcode .qr .txt {
    font-family: sourcet-light;
    font-size: 18.229166666666664px;
    color: #f0f0f0;
    opacity: 0.9;
  }
  .gotop-bar {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 10000;
  }
  .gotop-bar .item {
    width: 58px;
    height: 58px;
    position: relative;
    margin-bottom: 3px;
  }
  .gotop-bar .item .type1 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .gotop-bar .item .type1 .icon-img {
    width: 30px;
    height: 30px;
  }
  .gotop-bar .item .type2 {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #292f39;
    display: none;
    cursor: pointer;
  }
  .gotop-bar .item .type2.animates {
    animation: animate1;
    animation-duration: 0.5s;
  }
  .gotop-bar .item .type2 .icon-img {
    width: 30px;
    height: 30px;
    padding: 14px;
  }
  .gotop-bar .item .type2 .content {
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    flex-grow: 1;
    padding-right: 14px;
  }
  .gotop-bar .item:hover .type1 {
    display: none;
  }
  .gotop-bar .item:hover .type2 {
    display: flex;
  }
@-moz-keyframes animate1 {
    0% {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
}
@-webkit-keyframes animate1 {
    0% {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
}
@-o-keyframes animate1 {
    0% {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
}
@keyframes animate1 {
    0% {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    to {
      transform: translateZ(0);
    }
}
}
@media only screen and (min-width: 768px) {
  html,
  body {
    padding: 0;
    margin: 0;
  }
  * {
    font-size: 0.16rem /* 16/100 */;
    font-family: sourcet-normal;
  }
  .page-container {
    min-height: 100vh;
    width: 100%;
    position: relative;
  }
  .page-container .section-wrap {
    width: 100%;
    overflow-x: hidden;
  }
  .section-label {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
  }
  .section-label .t1 {
    font-size: 36px;
    color: 333333;
  }
  .section-label .t2 {
    margin-top: 10px;
    font-size: 16px;
    color: #888;
  }
  .section-label .t3 {
    margin-top: 10px;
    font-size: 26px;
    color: #444;
  }
}
